home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000275_news@columbia.edu_Wed Jan 25 14:51:11 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA25011
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 25 Jan 1995 09:51:30 -0500
  3. Received: by apakabar.cc.columbia.edu id AA17097
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 25 Jan 1995 09:51:28 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Help With MSK 3.14 And APC
  9. Date: 25 Jan 1995 14:51:11 GMT
  10. Organization: Columbia University
  11. Lines: 48
  12. Message-Id: <3g5ogv$glp@apakabar.cc.columbia.edu>
  13. References: <3g3jfo$4rr@chopin.udel.edu> <1995Jan24.143256.39063@cc.usu.edu> <3g5n75$a1g@chopin.udel.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3g5n75$a1g@chopin.udel.edu>,
  18. Jerry Alexandratos <darkstar@chopin.udel.edu> wrote:
  19. >In article <1995Jan24.143256.39063@cc.usu.edu>,
  20. >Joe Doupnik <jrd@cc.usu.edu> wrote:
  21. >:In article <3g3jfo$4rr@chopin.udel.edu>, darkstar@chopin.udel.edu (Jerry Alexandratos) writes:
  22. >:> 
  23. >:> I don't know what I'm missing here.  I want to create a pcget and
  24. >:> pcsend macro similar to the ones that I use with C-Kermit 5A(190) to
  25. >:> automatically send and receive files from another computers.
  26. >
  27. Maybe you could be more specific about exactly which two kinds of computers
  28. you are trying to do this for, and what the "other" version of Kermit is.
  29.  
  30. >:> My guess is that C-Kermit isn't interpretting the string correctly. 
  31. >:> I've checked and everything says that it's using 8-bit modes, etc...
  32. >
  33. You're not being clear about which Kermit program is sending the APC,
  34. which one is supposed to be receiving it, etc.
  35.  
  36. >So I guess this means that macros like pcget and pcsend will only work
  37. >with with C-Kermit.  Dang!  And I was hoping to emulate similar
  38. >functionality from the pc end of a MSK to C-Kermit connection.
  39. >
  40. Of course it works.  Just read the documentation and follow the instructions.
  41.  
  42. For C-Kermit 5A(190), which I assume in your case is the "APC sender", read
  43. section 3.1 of ckcker.upd.
  44.  
  45. For MS-DOS Kermit as the "APC receiver", there are certain slight variations
  46. that depend on the program version.  Version 3.12 and earlier did not have
  47. this feature.  Version 3.13 was the first to support APC, and by default it
  48. was "ON".  However, during 3.13's lifetime we received a number of comments
  49. stating that there were certain risks to having it on by default, and
  50. therefore it was better to have it OFF by default in hopes that users would
  51. do some reading to figure out how to turn it ON and hopefully see the
  52. accompanying material on the risks.  This was done in version 3.14.  Read
  53. about it in section 10 of the KERMIT.UPD file that comes with this version.
  54.  
  55. Basically, all you have to do is tell MS-DOS Kermit to "set term apc on".
  56.  
  57. And on the subject of APC, note that C-Kermit 5A(190) (in the UNIX, VMS,
  58. and OS/2 versions) now can itself be an APC receiver, and MS-DOS Kermit 3.14
  59. can be an APC sender.
  60.  
  61. If you have any further problems after reading the documentation, report them
  62. by e-mail to kermit@columbia.edu.
  63.  
  64. - Frank